                        PowerBASIC Forms Example Code


  You are given permission to use any of the code in these sample programs in
  your own programming projects with no royalty requirements. Any code you use
  should include a PowerBASIC copyright notice in your source code comments to
  indicate that the code is the property of PowerBASIC, Inc. You are not
  required to provide the end user any PowerBASIC copyright information in
  either your executable application or documentation.

Samples\About
-------------
About.bas      - Example project to create an "About" box
About.exe      - Example project to create an "About" box (compiled)
About.pbr      - PowerBASIC Compiled Resource script
About.rc       - Resource script
PB01.ico       - Application Icon


Samples\CSV_Edit
----------------
CSV_Doc.ico    - Application Icon
CSV_Edit.bas   - Example project for editing CSV (comma separated) files
CSV_Edit.exe   - Example project for editing CSV files (compiled)
CSV_Edit.pbr   - PowerBASIC Compiled Resource script
CSV_Edit.rc    - Resource script
PowerBASIC.csv - Example CSV data file


Samples\Interface Explorer
--------------------------
AppIcon.ico            - Application Icon
Interface Explorer.bas - Raw generated PowerBASIC Forms project code
Interface Explorer.exe - Raw PowerBASIC Forms project (compiled)
Interface Explorer.pbr - PowerBASIC Compiled Resource script
Interface Explorer.rc  - Resource script


Samples\Interface Explorer (Final)
----------------------------------
AppIcon.ico            - Application Icon
Interface Explorer.bas - Finished (main) source code for the PB/IE project
Interface Explorer.exe - Interface Explorer final version (compiled)
Interface Explorer.inc - Include file containing core processing code
Interface Explorer.pbr - PowerBASIC Compiled Resource script
Interface Explorer.rc  - Resource script
Interface.ico          - Icon for use as a TreeView control "node"
Method.ico             - Icon for use as a TreeView control "node"
Object.ico             - Icon for use as a TreeView control "node"
TestFile.inc           - Example Interface definition file to test PB/IE


Samples\PopUpMenu
-----------------
HowTo.txt      - Instructions for adding a PopUp menu into a template
PopupMenu.bas  - The PopUp menu example project source code
PopupMenu.exe  - The Tabcontrol example project source code

Samples\StatusBar
-----------------
AppIcon.ico    - Application Icon
HowTo.txt      - Instructions for adding Statusbar code into a template
Statusbar.bas  - The Statusbar example project source code
Statusbar.exe  - The Statusbar example project (compiled)
Statusbar.pbr  - PowerBASIC Compiled Resource script
Statusbar.rc   - Resource script


Samples\TabControl
------------------
AppIcon.ico    - Application Icon
HowTo.txt      - Instructions for adding Tabcontrol code into a template
TabControl.bas - The Tabcontrol example project source code
TabControl.exe - The Tabcontrol example project (compiled)
TabControl.pbr - PowerBASIC Compiled Resource script
TabControl.rc  - Resource script


Samples\ToolBar
---------------
AppIcon.ico    - Application Icon
HowTo.txt      - Instructions for adding Toolbar code into a template
Toolbar.bas    - The Toolbar example project source code
Toolbar.bmp    - Toolbar button images
Toolbar.exe    - The Toolbar example project (compiled)
Toolbar.pbr    - PowerBASIC Compiled Resource script
Toolbar.rc     - Resource script
